context.valueCtx.key (field)

4 uses

	context (current package)
		context.go#L540: 	key, val any
		context.go#L558: 		reflectlite.TypeOf(c.key).String() +
		context.go#L563: 	if c.key == key {
		context.go#L573: 			if key == ctx.key {